From 5fd89e57ff66e9eabb082e486d170d741eb6cde2 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Tue, 20 Feb 2024 21:21:54 +0000 Subject: [PATCH] Mention affected settings of which-key-dont-use-unicode * which-key.el (which-key-separator): Improve docstring --- which-key.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 0e6870aa8b8..45301725704 100644 --- a/which-key.el +++ b/which-key.el @@ -133,7 +133,9 @@ of the which-key popup." :version "1.0") (defcustom which-key-dont-use-unicode nil - "If non-nil, don't use any unicode characters in default setup." + "If non-nil, don't use any unicode characters in default setup. +For affected settings, see `which-key-replacement-alist', `which-key-ellipsis' +'which-key-separator'." :group 'which-key :type 'boolean :version "1.0") -- 2.30.2